@charset "UTF-8";
/* CSS Document */
*:after, *:before {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
html {
	font-size: 14px;
	overflow-x: hidden;
}
body {
	color: #5a5a5a;
	font-size: 1rem;
}
a {
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
a:active, a:hover {
	color: #fc8728;
}
img {
	width: auto;
	max-width: 100%;
}
hr {
	margin-top: 1.4rem;
	margin-bottom: 1.4rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
p {
	margin: .5rem 0
}
.text-warning {
	color: #fc8728;
}
.bg-warning {
	color: #fff;
	background: #fc8728;
}
.btn-warning {
	color: #fff;
	background: #fc8728;
	border-radius: 3px;
}
.bg-white {
	background: #fff;
}
.bg-color {
	background: rgb(247, 251, 254);
}
/*表单样式*/
form {
	display: block;
	margin-top: 0em;
}
.form-group {
	margin-bottom: 1.5rem;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.7rem 1.375rem;
	font-size: 1rem;
	line-height: 1;
	color: #666;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 3px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select.form-control:not([size]):not([multiple]) {
	height: 2.8rem;
}
select.form-control {
	min-width: 6rem;
	padding: .4375rem 1rem;
	border: 1px solid #d4d4d4;
	color: #666;
	border-radius: 0;
}
.form-group .file-upload-default {
	visibility: hidden;
	position: absolute;
}
.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.form-group .file-upload-info {
	background: transparent;
}
.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}
/*表单结束*/
/*logo样式*/
.logo {
	height: 55px;
	margin-top: 1.4rem;
}
.logo img {
	height: 100%;
	width: auto;
	margin-right: .5rem
}
/*导航样式*/

.navbar {
	width: 100%;
	height: 7rem;
	position: absolute;
	z-index: 200;
}
.navbar-menu {
	float: right;
	width: auto;
	margin-right: -2rem;
}
.navbar-menu li {
	float: left;
	margin: 0;
	line-height: 7rem;
	position: relative;
	text-align: center;
	margin-left: 1px;
}
.navbar-menu li a {
	width: 100%;
	display: inline-block;
	font-size: 1.15rem;
	padding: 0 2rem;
	position: relative;
	font-weight: bold;
	color: #fff;
}
.navbar-menu li.active a, .navbar-menu li a:hover {
	color: #fc8728;
}
.navbar-menu li ul {
	display: none;
	position: absolute;
	border-top: 3px solid #fc8728;
	width: 100%;
	background: rgba(255,255,255,.9);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	left: 0px;
	top: 5rem;
	margin: 0;
	line-height: 1;
	padding: 10px 0
}
.navbar-menu li ul li {
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.navbar-menu li ul li a {
	width: 100%;
	font-weight: normal;
	background: transparent;
	color: #5a5a5a;
	padding: .4rem 0;
}

@media all and (min-width: 1024px) {
.navbar-menu li:hover ul {
	display: block;
}
}
.navbar-bg {
	position: fixed;
	width: 100%;
	display: none;
	opacity: 0;
	height: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .7);
	overflow: hidden;
	z-index: 899;
	top: 0;
	left: 0;
}
.navbar-bg .active {
	display: inline-block;
}
.navbar-bg.active {
	display: block;
	opacity: 1;
}
.navbar-toggle {
	color: #fc8728;
	line-height: 4.5rem;
	font-size: 1.8rem;
	height: 4.5rem;
	text-align: center;
}
/*幻灯样式*/
.slider-container {
	position: relative;
	height: 840px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow-x: hidden;
}
.slider-control {
	z-index: 2;
	position: absolute;
	top: 0;
	width: 12%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	will-change: opacity;
	opacity: 0;
	font-family: "FontAwesome";
}
.slider-control:before {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	font-size: 5rem;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	filter: alpha(opacity=0);
	-ms-transition: opacity 0.2s ease-out;
}
.slider-control.inactive:hover {
	cursor: auto;
}
.slider-control:not(.inactive):hover {
	opacity: 1;
	cursor: pointer;
}
.slider-control.left {
	left: 0;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.left:before {
	left: 15%;
	content: "\f104";
}
.slider-control.right {
	right: 0;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}
.slider-control.right:before {
	left: inherit;
	right: 15%;
	content: "\f105";
}
.slider-control:hover.left:before, .slider-control:hover.right:before {
	opacity: 1;
	filter: alpha(opacity=100);
}
.slider-pagi {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 2rem;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 0;
	list-style-type: none;
}
.slider-pagi__elem {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 1rem;
	height: 1rem;
	margin: 0 0.4rem;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
}
.slider-pagi__elem:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: .4rem;
	height: .4rem;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.slider {
	z-index: 1;
	position: relative;
	height: 100%;
}
.slider.animating {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	will-change: transform;
}
.slider.animating .slide__bg {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	will-change: transform;
}
.slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slide.active .slide__overlay, .slide.active .slide__text {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.slide__bg {
	position: absolute;
	top: 0;
	left: -50%;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	will-change: transform;
}
.slide:nth-child(1) {
	left: 0;
}
.slide:nth-child(1) .slide__bg {
	left: 0;
}
.slide:nth-child(2) {
	left: 100%;
}
.slide:nth-child(2) .slide__bg {
	left: -50%;
}
.slide:nth-child(3) {
	left: 200%;
}
.slide:nth-child(3) .slide__bg {
	left: -100%;
}
.slide:nth-child(4) {
	left: 300%;
}
.slide:nth-child(4) .slide__bg {
	left: -150%;
}
.slide:nth-child(5) {
	left: 400%;
}
.slide:nth-child(5) .slide__bg {
	left: -200%;
}
.slide:nth-child(6) {
	left: 500%;
}
.slide:nth-child(6) .slide__bg {
	left: -250%;
}
.slide:nth-child(7) {
	left: 600%;
}
.slide:nth-child(7) .slide__bg {
	left: -300%;
}
.slide:nth-child(8) {
	left: 700%;
}
.slide:nth-child(8) .slide__bg {
	left: -350%;
}
.slide:nth-child(9) {
	left: 800%;
}
.slide:nth-child(9) .slide__bg {
	left: -400%;
}
.sliderfont {
	padding-top: 24%;
	width: 80%;
}
/*---end---*/


/*查看更多*/
.Lmore, .Lmore01 {
	display: inline-block;
	width: 12rem;
	height: 3.2rem;
	border: 2px solid #fc8728;
	background: #fc8728;
	text-align: center;
	line-height: 3.2rem;
	margin: 2rem auto 0;
	border-radius: 30px;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.Lmore:hover, .Lmore01 {
	background-color: transparent;
	border: 2px solid #fc8728;
	color: #fc8728;
}


.slider-container .Lmore:hover {
	border: 2px solid #fff;
	color: #fff;
}
.Lmore a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.Lmore a:hover {
	color: #fc8728;
}
.slider-container .Lmore a {
	color: #fff;
}
.Lmore01 {
	margin-right: 2rem;
}
.Lmore01:hover {
	border: 2px solid #fc8728;
	background: #fc8728;
	color: #fc8728;
}
.Lmore01 a {
	color: #fff;
}
.Lmore02{
	border: 2px solid #fff;
	color: #fff;
	margin: 1REM 0 0 0
}

.Lmore02:hover{
	background: #fff;
}
.Lmore02:hover a{
	color: #fc8728;
}
.heading hr {
	width: 8%;
	border-top: 4px solid #fc8728;
	margin: 1rem auto;
}
/*关于我们*/

.aboutL {
	padding: 2.8rem 4rem 0 0;
}
.aboutL li {
	float: left;
	width: 25%;
	font-size: 1.1rem;
	text-align: center;
	padding-top: .5rem;
}
.aboutR img {
	width: 100%;
	margin-top: 2.8rem;
}
/*产品列表*/

.proudclass {
	width: 100%;
	clear: both;
	text-align: center;
}
.proudclass ul {
	display: inline-block;
 *display:inline;
	width: auto;
	margin-bottom: 0;
	margin-left: 0;
 *zoom:1;
}
.proudclass ul>li {
	float: left;
	display: inline;
	text-align: center;
}
.proudclass ul>li a {
	color: #fff;
	display: inline-block;
	padding: .8rem 1.4rem;
}
.proudclass ul>li a:hover {
	background: #e85b1e;
	color: #fff;
}
.prod-list {
	clear: both;
	margin: 3rem -1rem 0
}
.prod-list ul li {
	width: 25%;
	float: left;
	padding: 0 1rem;
}
.prod-list ul li .prodimg {
	width: 100%;
	background: #f5f5f5;
	height: 22rem;
	display: flex;
	justify-content: center;
	align-items: Center;
	overflow: hidden;
}
.prod-list ul li .prodimg img {
	width: auto;
	height: auto;
}
.prod-list ul li .prodimg:hover img {
	opacity: .8;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
    transition:all 0.8s ease;
}
/*新闻列表*/
.news ul {
	margin: 0 -1rem
}
.news ul li {
	float: left;
	width: 25%;
	padding: 1rem
}
.news .newsbox {
	background: #fff;
}
.news ul li:hover hr {
	border-top: 1px solid #fc9145;
}
.news .newsimg {
	float: left;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.news .newsfont {
	clear: both;
	padding: 1.3rem 1.8rem;
}
/*客户*/
#partner {
	width: 100%;
	height: 80px;
	position: relative;
	margin: 2rem 0;
	overflow: hidden;
}
#partner ul {
	width: 100%;
	height: 100px;
	position: relative;
}
#partner ul li {
	float: left;
	list-style: none;
	padding-right: 20px;
}
#partner ul li img {
	display: inline-block;
	height: 75px
}
#partner *, #partner *:after, #partner *:before, .scroll-pane *{
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}
/*服务体系*/
.s-systembg {
	min-height: 360px;
	background: #fc8728 url(../images/bg01.jpg) no-repeat center bottom;
	background-size: cover;
	
}
.s-systembox, .Lpolicybox {
	margin: 0 -15px;
	padding-top: 3rem;
}
.systembox {
	color: #fff;
	padding: 0 1.5rem
}

.systembox img {
  max-width: 60%;
  max-height: 60%;
  height: auto;
  width: auto;
}

.systemboxsub{
	color: inherit;
}
.servicebox {
	padding: 2rem 15%;
}
.Icontbox-pull {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
	padding: 3.5rem 0;
}
/*政策*/
.policybox {
	width: 100%;
	height: 18rem;
	background: #fff;
	border: 1px solid #f2f5f7;
	padding: 2rem 2.5rem;
	display: inline-table;
	text-align: center;
	margin-bottom: 2rem;
}
.policybox img {
	height: 4.5rem;
}
.policybox:hover {
	border-left: 2px solid #fc8728;
}
/*留言*/
.onlinefrom {
	width: 60%;
	display: table;
	margin: 3rem auto 2rem;
	background: rgba(255,255,255,.5);
	padding: 2.5rem;
	color: #fff;
}
/*在线客服*/
.online-service {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 500
}
.serviceS {
	width: 53px;
	height: 90px;
	background: url(Images/service2.png) center no-repeat;
	position: absolute;
	right: 0;
	top: 55px;
	color: #fff;
	font-size: .913rem;
	text-align: center;
	padding-top: 52px;
	padding-left: 8px;
}
.serviceH {
	width: 190px;
	height: 300px;
	background: url(Images/service1.png) right center no-repeat;
	position: absolute;
	right: -240px;
	top: 0;
}
.serviceH .Lfont {
	float: left;
	width: 75px;
	color: #fff;
	padding: 130px 20px;
	text-align: center;
	font-size: .913rem
}
.serviceH i {
	color: #fc8728;
}
.serviceH .Rfont {
	margin-left: 85px;
	padding-top: 80px;
}
.serviceH .Rfont li {
	padding: .2rem 0;
}
.online-service:hover .serviceS {
    transition:all 0.6s linear;
	right: -55px
}
.online-service:hover .serviceH {
    transition: all 0.6s linear;
    right: 0
}
/*底部样式*/
.footerbg {
	background-color: #333333;
}
.footer {
	color: rgb(217, 217, 217);
	padding: 3.5rem 0;
}
.footer .col-lg-3 {
	padding: 20px 0;
}
.footer .col-lg-2 img {
	width: auto;
	height: 125px;
}
.footer p {
	line-height: 200%
}
.footer a {
	color: rgb(217, 217, 217);
}
.footer .Nlist-B li {
	clear: both;
	color: #999;
	text-align: left;
	font-size: 1.1rem;
	line-height: 200%;
}
.footer .Nlist-B i {
	width: 1.5rem;
	text-align: center;
	margin-right: .6rem
}
.rights {
	color: rgba(255,255,255,.5);
	background: #000000;
	text-align: center;
}
.footer .search {
	padding: .5rem 0 0 4rem;
}
.footer .search input, .footer .search button {
	border-radius: 0;
	height: 3rem;
}
.footer .search input {
	border: 0;
}
/*子页banner*/
.subslider {
	width: 100%;
	height: 330px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	padding-top: 10%
}
.aboutbg{
	height: 600px;
	background: url(../pole-images/2024-08-06-about.jpg) no-repeat center bottom;
	margin-bottom: 20px; 
	background-size: cover;
	width: 50%;
}
.scroll-pane
			{
				width: 100%;
				height: 400px;
				overflow: auto;
			}
.business p, .business div{
		line-height: 2;
	}
/*返回顶部*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 12px;
	right: 12px;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border: none;
	text-indent: -9999px;
	background: url(../images/ui.totop.png) no-repeat left top;
	background-size: cover;
	z-index: 190;
}
#toTop:hover {
	background: url(../images/ui.totop.png) no-repeat left -50px;
	background-size: cover;
}

/*响应式样式*/
@media all and (max-width: 1199px) {
h1 {
	font-size: 2.7rem
}
h6 {
	font-size: 1.3rem
}
h3 {
	font-size: 2rem;
}
h4 {
	font-size: 1.6rem;
}
h5 {
	font-size: 1.5rem;
}
.logo {
	height: 3rem;
	margin-top: 1.2rem
}
.logo h3 {
	font-size: 1.5rem;
	line-height: 3rem
}
.navbar {
	height: 5.5rem;
	padding: 0 .5rem;
}
.navbar-menu {
	margin-right: -1rem
}
.navbar-menu li {
	line-height: 5.5rem;
}
.navbar-menu li ul {
	top: 5.5rem;
}
.navbar-menu li a {
	padding: 0 1.8rem;
}
.slider-container {
	height: 450px;
}
.sliderfont {
	width: 100%;
	padding: 15% 10% 0;
	text-align: center;
}
.sliderfont .padding-top-40 {
	padding: 1rem 0
}
.Lmore {
	margin-top: 0;
}
.product, .news, .about, .policy {
	padding: 2rem 3rem 2.5rem;
	margin: 0;
}
.s-system {
	padding: 0;
}
.s-systembox, .Lpolicybox {
	padding-top: 1rem;
}
.s-systembg {
	min-height: auto;
	padding-bottom: 5rem;
	padding-top: 1.2rem
}
.prod-list {
	margin: 0 -2rem;
	padding-top: 1rem
}
.prod-list ul li .prodimg {
	height: 18rem;
}
#partner {
	margin-bottom: 1rem;
}
.aboutL, .aboutR img {
	padding-top: 1rem;
	margin-top: 0
}
.about {
	padding-top: 0;
}
.about .infobox {
	line-height: 180%;
	font-size: 13px;
}
.about .Lmore {
	margin-top: 1rem;
}
.Icontbox-pull {
	padding: 2.5rem 0
}
.subparallux .parallux {
	height: 340px;
}
.messageparallux .parallux {
	height: 580px;
}
.news ul li {
	padding: 0 1rem 1.5rem 1rem
}
.news hr {
	margin: .7rem auto;
}
.news .newsimg {
	height: auto;
}
.news .newsfont {
	padding-top: 1rem;
}
.news .newsfont p:first-child {
	font-size: 16px;
	padding-bottom: .5rem
}
.policy {
	padding-bottom: 1rem;
}
.policybox {
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}
.footer {
	padding: 2.5rem 0;
}
.footer .col-lg-2 {
	text-align: center;
}
.footer .col-lg-2 img {
	height: 115px;
}
.Nlist-B {
	padding-left: 0
}
.rights {
	margin-top: 2rem;
	padding: 1rem 1.5rem;
}
	.subslider{
		height: 260px
	}
	.sub-system {
		padding-bottom: 2rem
	}
	.aboutbg {
    height: 400px;
	}
	.aboutbg .col-md-6:last-child{
     padding: 1.5rem 2rem 2rem 3rem
	}
	.scroll-pane {
    height: 22rem;
	}
	.other{
		padding: 2rem 2.5rem
	}
	.business{
		padding: 3rem 2rem
	}
	.business .padding-bottom-80{
		padding-bottom: 3rem
	}
	.business .padding-right-100, .business .padding-right-60{
		padding-right: 2rem
	}
	.business .padding-left-100, .business .padding-left-60{
		padding-left: 2rem
	}
	.business h6{
		padding-bottom: 0;
		margin-bottom: -1rem
	}
}


@media all and (max-width: 1024px) {
.navbar-menu li a {
	font-size: 1rem;
}
}

@media all and (max-width: 992px) {
h1 {
	font-size: 2rem;
}
.display-hidden {
	display: block;
}
.navbar-toggle {
	float: right;
	right: 1.2rem;
	position: absolute;
	top: .5rem;
}
.navbar *, .navbar *:after, .navbar *:before {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}
.navbar-menu {
	position: fixed;
	top: 0;
	right: -260px;
	width: 260px;
	height: 100vh;
	background: #fff;
	overflow-x: hidden;
	z-index: 900;
	margin: 0;
	padding: 1rem 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.navbar-menu.active {
	right: 0
}
.navbar-menu li {
	width: 100%;
	line-height: 45px;
	padding: 0;
	border-bottom: 1px solid #dcdcdc;
	text-align: left;
}
.navbar-menu li a {
	color: #5a5a5a;
	padding: 0 2.5rem;
}
.navbar-menu li.active a {
	color: #fc8728;
	background-color: transparent;
}
.navbar-menu li a:before {
	display: none;
}
.navbar-menu li a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	color: #ccc;
	position: absolute;
	right: 2.2rem;
}
.navbar-menu li ul {
	min-width: 100%;
	position: inherit;
	border-radius: 0;
	box-shadow: 0 0 0;
	top: 0;
	left: 0;
	padding: 0
}
.navbar-menu li ul li {
	line-height: 38px;
	text-align: left;
	padding-left: 3rem;
	background: rgba(0,0,0,.02);
	border-bottom: 0;
	border-top: 1px solid #dcdcdc;
}
.navbar-menu li ul li a {
	padding: .3rem 0;
}
.slider-container {
	height: 350px;
}
.sliderfont p {
	font-size: .875rem;
}
.Lmore, .Lmore01 {
	width: 10rem;
	height: 2.8rem;
	font-size: 1rem;
	line-height: 2.6rem;
	margin-top: 1rem
}
.s-systembox p {
	display: none;
}
.prod-list ul li {
	width: 33.333%;
	padding: 0 1rem
}
.news ul li {
	padding: 0 1rem;
}
.news ul li p:nth-child(3), .news ul li p:nth-child(4) {
	display: none;
}
.news .newsfont {
	padding: .5rem 1rem;
}
.servicebox {
	padding: 1rem 10%;
}
.aboutL {
	padding-right: 0;
	padding-bottom: .5rem
}
.aboutR {
	height: 300px;
	overflow: hidden;
}
.onlinefrom {
	width: 80%
}
.footer .search {
	padding: .5rem 2rem 0 3rem
}
.footer .col-lg-2 {
	display: none;
}
	.subslider {
    padding-top: 14%;
}
	.aboutbg{
		background-position: left center;
		background: #f7fbfe;
	}
	.aboutbg .col-md-6:last-child{
     padding: 1.5rem 0
	}
	.aboutbg h4{
		text-align: center;
	}
	.other h6{
		font-size: 1.1rem
	}
}

@media all and (min-width: 542px) and (max-width: 767px) {
.aboutL {
	padding: 0 0 1rem 0;
}
.news ul li {
	width: 100%;
	padding-bottom: 1.5rem;
}
.news .newsimg {
	width: 250px;
	height: 140px;
	overflow: hidden;
}
.news .newsfont {
	margin-left: 270px;
}
.news .newsfont {
	clear: inherit;
	padding-left: 0;
	height: 140px;
}
.news ul li p:nth-child(3) {
	display: block;
	height: 3.3rem;
	overflow: hidden;
}
.s-system {
	padding-left: 1rem;
	padding-right: 1rem;
}
.s-systembox .col-xs-6 {
	width: 25%;
	padding: 0 .5rem
}
.policybox p {
	font-size: .913rem;
}
}

@media all and (max-width: 541px) {
h1 {
	font-size: 1.5rem;
}
h3 {
	font-size: 1.6rem;
}
h4 {
	font-size: 1.4rem;
}
.logo {
	height: 2.2rem;
	margin-top: 1rem
}
.sliderfont {
	padding: 22% 5% 0;
	text-align: center;
}
.sliderfont .Lmore, .sliderfont .Lmore01 {
	display: none;
}
.slider-pagi {
	bottom: 1rem;
}
.navbar {
	height: 4rem;
}
.navbar-toggle {
	line-height: 4rem;
	height: 4rem;
	font-size: 1.4rem;
	text-align: right;
}
.slider-container {
	height: 240px;
}
.navbar-toggle {
	top: 0;
	right: 1.2rem;
}
.product, .news, .about {
	margin: 0;
	padding: 1.5rem 2.2rem 1rem
}
.about {
	padding-top: 0;
}
.systembox {
	padding: 0;
}
.systembox img, .policybox img {
	height: 3rem
}
.systembox h6 {
	font-size: 1rem;
	padding-top: 0;
	margin-top: -1rem;
}
.aboutL {
	padding: 0;
}
.aboutR {
	height: auto;
}
.Lmore {
	width: 11rem;
	height: 2.7rem;
	line-height: 2.5rem;
	margin-top: 1rem
}
.s-systembox, .Lpolicybox {
	padding-top: .5rem;
	margin: 0;
}
.policy {
	padding: 1.5rem 1rem;
}
.policybox {
	margin-bottom: 1rem;
	height: auto;
}
.servicebox {
	padding: .5rem 1rem;
	font-size: 1rem;
	line-height: 1.7
}
.product {
	padding-bottom: 1.5rem;
}
.prod-list {
	padding-top: .5rem;
	margin: 0 -1.5rem
}
.prod-list ul li {
	width: 50%;
}
.prod-list ul li .prodimg {
	height: 12rem
}
.prod-list .font-size-16 {
	padding: 0 1rem;
}
.prod-list ul li {
	padding: 0 .7rem
}
.news ul {
	margin: 0 -.5rem;
}
.news ul li {
	width: 100%;
}
.news .newsimg {
	height: 185px;
}
.news ul li {
	padding: 0 .5rem;
	margin-bottom: 1rem
}
.onlinefrom {
	width: 90%;
	padding: 2rem 1rem 1rem;
}
.onlinefrom label {
	display: none;
}
#partner ul li img, #partner {
	height: 50px;
}
.footer {
	padding: 1.5rem 0 0 0;
}
.footer .Nlist-B li {
	text-align: center;
	margin-bottom: .5rem
}
.footer .search {
	border-top: 1px solid #666;
	padding: 1rem;
	margin-top: 1rem;
	margin-bottom: -2rem
}
.footer .border-right-1 {
	border-right: 0;
	text-align: center
}
.subslider {
	height: 180px;
	padding-top: 17%
}
	.systemboxsub{
		line-height: 2
	}
	.aboutbg{
			background: url(../pole-images/about-us-mobile.jpg) no-repeat center bottom;
		width:auto;
	}
	
	.aboutbg .infobox, .aboutbg h4{
		color: #fff;
	}
	.Lpolicybox h6.font-size-18{
		font-size: 1rem;
		padding-top: .8rem
	}
	.Lpolicybox p.padding-bottom-16{
		padding-bottom: 0
			
	}
	.other h6{
		font-size: 1rem
	}
	.business{
		padding: 1rem 1.2rem 2rem
	}
	.business .padding-bottom-80{
		padding-bottom: 1.5rem
	}
	.business .padding-right-100, .business .padding-right-60{
		padding-right: 1rem
	}
	.business .padding-left-100, .business .padding-left-60{
		padding-left: 1rem
	}
	
}

@media all and (max-width: 320px) {
.systembox strong {
	font-size: 14px;
}
.systembox {
	margin-bottom: 1.5rem;
}
.prod-list ul li, .Lpolicybox .col-sm-3 {
	width: 100%;
}
.prod-list ul li .prodimg {
	height: 20rem
}
}
